ToolbarMenuTab
The toolbar menu tab.
Properties
Name | Type | Description |
---|---|---|
id | string | The tab ID. |
text | string | The tab text. |
items | ToolbarMenuItem[] | An array containing the toolbar menu items for the current tab. |
Type
Object
Example
let toolbarMenuTab = {
"id": "ChatGPT",
"text": "AI Assistant",
"items": [toolbarMenuItem]
};